KeyframeStyle

data class KeyframeStyle(offset: String, easing: String)

Keyframe Style

Constructors

KeyframeStyle
Link copied to clipboard
fun KeyframeStyle(offset: String, easing: String)

Properties

easing
Link copied to clipboard
val easing: String
AnimationEffect's timing function.
offset
Link copied to clipboard
val offset: String
Keyframe's time offset.

Sources

jvm source
Link copied to clipboard